Release 10.1A: OpenEdge Development:
.NET Open Clients
Application configuration file
You can control some of the capabilities of a client application using an application configuration file. This allows the application capabilities to be modified without requiring any changes to the client code. The application configuration file is optional; if none is provided, the default behavior is used.
For a list of the properties that you can set in the configuration file, see the "Alphabetical listing of properties" section.
To create an application configuration file, you can define an XML file for the application, with the extension
.config. For example, if the client application is namedMyApp.exe, create an XML file namedMyApp.exe.config(in the same directory as the.exefile). A sample application configuration file follows:
For more information about application configuration files in .NET, see the Microsoft .NET documentation.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |